Steps To Machine Learning
Ali Atiyab Husain
In this chapter we will break down the Machine Learning process and try to understand it.
Steps To Machine Learning
- Get the dataset and label it.
- Split the Dataset into train and test datasets.
- Choose which algorithm/model to apply.
- Fit the model with the train dataset
- Predict the values and get the accuracy score of the model.